home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1821 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  467b  |  21 lines

  1. on(release){
  2.    setProperty("/Gts", _X, 536);
  3.    setProperty("/Gts", _Y, 357);
  4.    setProperty("/Gts", _xscale, 20);
  5.    setProperty("/Gts", _yscale, 20);
  6.    _root.Inventaire.swapdepths(_root.Gts);
  7.    set("/Variables:TransMail",eval("/Variables:Instructions"));
  8.    if(_currentframe == 2)
  9.    {
  10.       tellTarget("InvSelection")
  11.       {
  12.          gotoAndStop(1);
  13.       }
  14.    }
  15.    tellTarget("MailMovie")
  16.    {
  17.       gotoAndPlay(3);
  18.    }
  19.    prevFrame();
  20. }
  21.